#header {
    height: auto !important;
}

ul.top-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

li.list-top-header {
    float: left;
    padding: 8px;
}


/* .form-login{
      margin: 5px;
  } */

.marquee-bg {
    background: #f0f8ff;
    padding-top: 5px;
    padding-left: 10px;
}

.embed-responsive {
    position: relative;
    display: block;
    /* width: 100%; */
    padding: 0;
    overflow: hidden;
    height: 100% !important;
}

.matching-item {
    padding: 1.2rem !important;
}

section {
    padding: 28px 0 !important;
}

#mainMenu nav>ul>li>a {
    font-size: 1.3rem;
}


/* custom button */

.btn {
    text-align: center !important;
    font-size: 1.06rem !important;
    text-transform: capitalize !important;
}

.btn-register {
    padding: 17px 6px !important;
    margin-bottom: 20px !important;
    width: 100% !important;
    background-color: #355085 !important;
    border-color: #355085 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #99c5e9 !important;
}

.btn-login {
    padding: 11px 18px !important;
    margin-bottom: 20px !important;
    width: 100%;
    background-color: #d8eeff !important;
    border-color: #d8eeff !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #99c5e9 !important;
    text-decoration: none;
    border: none;
}

.btn-cancel {
    padding: 11px 18px !important;
    margin-bottom: 20px !important;
    width: 100%;
    background-color: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
    color: #294690 !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #d8eeff !important;
}

.btn-slide-up-cancel {
    /* border-bottom: 4px solid #d8eeff !important; */
    background: linear-gradient(to bottom, transparent 50%, #d8eeff 50%);
    background-size: 100% 200%;
    background-position: left top;
}

.btn-slide-up-register {
    border-bottom: 3px solid #355085!important;
    background: linear-gradient(to bottom, transparent 50%, #355085 50%);
    background-size: 100% 200%;
    background-position: left top;
    font-size: 1.5rem !important;
}

.btn-slide-up-login {
    /* border-bottom: 4px solid #99c5e9 !important; */
    background: linear-gradient(to bottom, transparent 50%, #99c5e9 50%);
    background-size: 100% 200%;
    /* background-position: left top; */
}

.btn-slide-up-login:hover {
    background-position: right bottom;
}

.btn-slide-up-register:hover {
    background-position: right bottom;
}

.btn-slide-up-cancel:hover {
    background-position: right bottom;
}

.btn_beating {
    padding: 11px 4px !important;
    font-size: 13px !important;
    font-weight: bold !important;
}


/* End Custom Bottom */

#header {
    position: relative;
    width: 100%;
    z-index: 199 !important;
    height: 80px;
    line-height: 55px !important;
}

#mainMenu nav>ul>li>a {
    color: #294690;
    font-weight: bold;
    padding: 10px 14px !important;
}

#mainMenu nav>ul>li:hover {
    background: #d8eeff;
}

.background-grey {
    background-color: none;
}

.tittle-header {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 10px;
    color: #294690;
}

.time {
    height: 5em !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 5px !important;
}

.cmd-logo {
    height: 0em;
    display: flex;
    align-items: center;
}

input:not([type=checkbox]):not([type=radio]),
select {
    line-height: 18px;
    padding: 10px 66px;
    font-weight: normal;
    min-height: 54px;
    font-size: 20px;
    border-radius: none !important;
    color: #294690 !important;
    /* font-weight: bold; */
    border-radius: 29px !important;
    text-transform: uppercase;
}

.form-control {
    border: 2px solid #99c5e9;
    border-radius: 0px !important;
}

.top-chart {
    color: #294690;
}

.drop-d-lang {
    background: none;
    border-color: transparent;
}

.dropdown.show,
#dr_lang {
    /* line-height: 35px !important; */
    text-align: center;
}

#footer .copyright-content {
    min-height: 74px;
    padding: 0px 0 !important;
    background-color: #eff1f4;
    font-size: 13px;
    border-bottom: 10px solid #000000 !important;
}

span {
    color: #294690;
    /* font-weight: bold; */
    font-size: 0.9rem;
}

.team {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
}

.tabs .nav-tabs {
    border-bottom: 2px solid #e6e8eb;
    margin-bottom: 0px !important;
}

ul.li.nave-item:hover {
    background-color: red;
}

a.nav-link:hover {
    /* background: #389df5; */
    color: #e1af47 !important;
    text-decoration: underline !important;
    text-underline-position: under;
}

.tabs.tabs-clean .nav-tabs .nav-link.active {
    color: #e1af47 !important;
    text-decoration: underline !important;
    text-underline-position: under;
}

a.nav-link {
    color: #294690 !important;
    font-size: 1rem;
    font-weight: 500;
}

.side-bar-sticky {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* =====sticky bar===== */

.stick-contact:hover {
    transition: 1s;
    right: 392px;
}

.stick-contact:hover .contact-text {
    opacity: 0;
}

.stick-contact,
.stick-contact2,
.stick-contact3,
.stick-contact4,
.stick-contact5,
.stick-contact6 {
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 40vh;
}

.stick-contact,
.stick-contact2,
.stick-contact3,
.stick-contact4,
.stick-contact5,
.stick-contact6 {
    margin-top: 80px;
    position: relative;
    z-index: 999999;
    right: 0;
}

.stick-contact,
.stick-contact2 {
    position: fixed;
    z-index: 999999;
    right: 0;
}

.contact-text a {
    background: #5b99ea !important;
    position: absolute;
    text-align: center;
    right: -68px;
    width: 212px;
    transform: rotate(-90deg);
    color: #fff !important;
    padding-bottom: 18px;
    padding-top: 20px;
    top: -57px;
    box-shadow: -2px -2px 4px 0px rgb(0 0 0 / 20%);
    padding-top: 14px;
    font-size: 1.8rem;
    font-weight: 600;
    padding-right: 5px;
    padding-left: 5px;
    opacity: 1;
}

.sticky-contact-p {
    transform: rotate(90deg);
    background: #ffffff;
    border-radius: 5px;
    width: 43px;
    padding: 6px;
}

.contact-detail {
    width: 387px;
    position: absolute;
    right: -195px !important;
    top: -118px;
}

.contact-detail ul {
    border: 1px solid #99baed;
    border-left: none;
    /* border-bottom: none; */
    border-bottom-left-radius: 0px;
}

.contact-detail ul {
    border: 1px solid #99baed;
    border-bottom-left-radius: 10px;
}

.contact-detail ul li {
    padding-top: 15px;
    border-bottom-left-radius: 0px;
    border: unset !important;
    height: 50px;
    background: linear-gradient(to right, #4285f4, #5099f9) no-repeat !important;
    border: 1px solid #fff !important;
}

.contact-detail ul li {
    padding: 20px;
    background: #0d4a9f;
    white-space: nowrap;
    list-style-type: none;
    border: 0.1px solid rgb(155, 182, 229);
    padding-left: 10px;
}

.contact-detail ul li {
    padding: 20px;
    background: #0a3877;
    white-space: nowrap;
    list-style-type: none;
    border: 0.1px solid rgb(255, 255, 255, 0.1);
    padding-left: 10px;
    font-size: 16px;
    font-family: 'Roboto', 'Hanuman';
}

.contact-detail ul li a {
    color: #fff;
}

.contact-detail ul {
    border: 1px solid #99baed;
    border-left: none;
    /* border-bottom: none; */
    border-bottom-left-radius: 0px;
}

.contact-detail ul {
    border: 1px solid #99baed;
    border-bottom-left-radius: 10px;
}

.icon-sticky {
    transform: rotate(90deg);
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    color: #1051b9;
}

.icon-sticky-social {
    padding: 5px 10px 5px 5px;
    width: 42px;
}

.social-media-text {
    color: #294690;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 5px;
}

.single-social {
    margin: 0 20px 0 20px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    padding: 10px;
    justify-content: end;
    opacity: 1;
}

.icon-tv {
    width: 7%;
    padding-bottom: 6px;
}

.icon-tv {
    width: 7%;
    padding-bottom: 6px;
}

.icon-fire {
    width: 14%;
    padding-bottom: 6px;
}

.icon-balls {
    width: 3%;
    padding-bottom: 6px;
}

#footer a:not(.btn) {
    font-weight: 600;
}

.middle_play {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img_cover:hover .sub_menu {
    opacity: 0.1;
}

.img_cover:hover .middle_play {
    opacity: 1;
    /* margin-top: -111px !important;
  margin-left: 37px; */
}

.play {
    color: rgb(237 161 0);
    font-size: 1.5rem;
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 600;
}

.form-group label:not(.error) {
    font-size: 1.1rem;
    letter-spacing: 0em;
    margin-bottom: 4px;
    color: #07246c;
    font-weight: bold;
    text-align: end;
}

.m_bg {
    position: absolute;
    /* background-color: #99c5e9!important; */
    height: 384px !important;
    top: 36%;
    left: 52%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 96%;
    padding: 10px;
}

.modal-content {
    height: 563px !important;
}

.create_acc {
    margin: 10px;
    text-align: center;
    color: #0a215c;
    font-size: 2.5rem;
    font-weight: 600;
}

.tabs.tabs-clean .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

button:focus {
    outline: 1px dotted;
    outline: transparent !important;
}

#mainMenu nav>ul>li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 16px !important;
    position: relative;
}

.frm_field {
    padding-left: 5px !important;
    padding-right: 0px !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc !important;
    opacity: 1;
    /* Firefox */
}

.tabs.tabs-clean .nav-tabs .nav-link.active {
    border-color: transparent;
}

.provider-img {
    width: 100px;
    height: 100px;
    line-height: 78px;
    text-align: center;
}

#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span {
    color: #294690;
}

.btn-pro_menu {
    padding: 16px 11px !important;
    margin-bottom: 20px !important;
    width: 170px !important;
    background-color: #d8eeff !important;
    border-color: #d8eeff !important;
    color: #294690 !important;
    border-radius: 0px !important;
    border-bottom: 4px solid #99c5e9 !important;
    text-decoration: none;
    border: none;
    text-transform: uppercase !important;
}

.title-bar {
    background: #f0f8ff !important;
    padding: 10px;
    margin-top: 3%;
    color: #294690;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
}

.sub_menu_btn {
    position: absolute;
    position: absolute;
    left: 140%;
    transform: translate(1%, -270%);
    -ms-transform: translate(-50%, -50%);
    background-color: #555;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    /* width: 41% !important; */
    padding: 20px !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.promotion_content {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    width: 100%;
}

.m-v {
    background: #d8eeff;
    padding: 5px;
    border-radius: 4px;
}

.login_frm {
    background: #ffffffd1;
    /* top: 100px; */
    border-radius: 20px;
    height: 339px;
}

.signin-form {
    padding-top: 20px;
}

.icon_user_pass {
    position: absolute;
    margin-top: 25px;
    left: 9px;
    border-radius: 51px;
}